github.com/klauspost/compress/zstd.decoderState.crc (field)

5 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L59: 	crc *xxhash.Digest
		decoder.go#L94: 	d.current.crc = xxhash.New()
		decoder.go#L454: 		d.current.crc.Reset()
		decoder.go#L467: 		d.current.crc.Write(next.b)
		decoder.go#L470: 		got := uint32(d.current.crc.Sum64())